projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
171ff43
)
testflowbox: hexpand the flowbox
author
Timm Bäder
<mail@baedert.org>
Sat, 22 Jul 2017 04:51:19 +0000
(06:51 +0200)
committer
Timm Bäder
<mail@baedert.org>
Sat, 22 Jul 2017 04:52:46 +0000
(06:52 +0200)
tests/testflowbox.c
patch
|
blob
|
history
diff --git
a/tests/testflowbox.c
b/tests/testflowbox.c
index 7ce5d226f54f180653e07952731d9499ed3bf899..c5ee16b92f96f94e7f53dfec00d3243aba66f387 100644
(file)
--- a/
tests/testflowbox.c
+++ b/
tests/testflowbox.c
@@
-530,7
+530,6
@@
create_window (void)
gtk_widget_show (hbox);
widget = gtk_label_new ("H Spacing");
- gtk_widget_set_hexpand (widget, TRUE);
gtk_box_pack_start (GTK_BOX (hbox), widget);
widget = gtk_spin_button_new_with_range (0, 30, 1);
@@
-551,7
+550,6
@@
create_window (void)
gtk_widget_show (hbox);
widget = gtk_label_new ("V Spacing");
- gtk_widget_set_hexpand (widget, TRUE);
gtk_box_pack_start (GTK_BOX (hbox), widget);
widget = gtk_spin_button_new_with_range (0, 30, 1);